.kv .swiper-pagination{
	bottom: 3.4375%;
}
.kv .swiper-pagination .swiper-pagination-bullet{
	padding: 6px;
	opacity: 1;
	background-color: transparent;
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	border-radius: 0;
}
.kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}
.kv .swiper-pagination .swiper-pagination-bullet::after{
	background-color: #fff;
	width: 8px;
	height: 8px;
	opacity: 0.7;
	content: "";
	display: block;
	border-radius: 50%;
}
.kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	width: 10px;
	height: 10px;
	opacity: 1;
}



.sec1{
	padding: 6.09375% 0 7.34375%;
}
.sec1 h3{
	font-size: 32px;
	color: #912922;
	font-weight: bold;
	margin-bottom: 3.4%;
	text-align: center;
}
.sec1 .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .text-box h5{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #444;
	padding-bottom: 0.7em;
	display: inline-block;
	vertical-align: top;
}
.sec1 .text-box p{
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	margin: 6% 0 34.28%;
	letter-spacing: 0.15em;
	max-width: 22em;
}
.sec1 .text-box .more{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 1em;
	width: 11.64em;
	position: relative;
}
.sec1 .text-box .more img{
	position: absolute;
	right: 0;
	width: auto;
	height: 0.5em;
	top: 0.25em;
}
.sec1 .text-box .more:hover img{
	-webkit-animation: moretriani 0.75s both;
	animation: moretriani 0.75s both;
}
@-webkit-keyframes moretriani{
	50%{
		-webkit-transform: translateX(-2em);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateX(0);
	}
}
@keyframes moretriani{
	50%{
		transform: translateX(-2em);
		opacity: 0;
	}
	100%{
		transform: translateX(0);
	}
}
.sec1 .img-box{
	width: 52.5%;
}


.sec2{
	background-color: #eaeae5;
	padding: 6.25% 0;
}
.sec2 .box{
	margin-bottom: 10%;
}
.sec2 .box:last-child{
	margin-bottom: 0;
}
.sec2 .box:nth-child(even){
	text-align: right;
}
.sec2 .title{
	margin-bottom: 4.444%;	
}
.sec2 .title h3{
	font-size: 32px;
	color: #912922;
	font-weight: bold;
	margin-bottom: 0.8em;	
	letter-spacing: 0.1em;
}
.sec2 .title p{
	font-size: 18px;
	color: #333;
}
.sec2 .title p span{
	color: #bbb;
}
.sec2 .flexbox{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.sec2 .box:nth-child(even) .flexbox{
	-webkit-flex-direction: row;
	flex-direction: row;
}
.sec2 .text-box{
	text-align: right;
}
.sec2 .box:nth-child(odd) .text-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.sec2 .box:nth-child(even) .text-box{
	text-align: left;
}
.sec2 .text-box .line{
	width: 100px;
	height: 1px;
	background-color: #333;
}
.sec2 .text-box p{
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	letter-spacing: 0.15em;
	margin: 1.6em 0 5.4em;
}
.sec2 .text-box .more{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 1em;
	width: 11.64em;
	position: relative;
	text-align: left;
}
.sec2 .text-box .more img{
	position: absolute;
	right: 0;
	width: auto;
	height: 0.5em;
	top: 0.25em;
}
.sec2 .text-box .more:hover img{
	-webkit-animation: moretriani 0.75s both;
	animation: moretriani 0.75s both;
}
.sec2 .imgselect-box{
	margin-top: 28%;
}
.sec2 .imgselect-box li{
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	padding: 2px;
	margin-left: 22px;
	width: 66px;
	cursor: pointer;
}
.sec2 .imgselect-box li:first-child{
	margin-left: 0;
}
.sec2 .imgselect-box li.active,.sec2 .imgselect-box li:hover{
	border-color: #333;
}
.sec2 .img-box{
	width: 59.1%;
}
.sec2 .img-box.width2{
	width: 58.3333%;	
}
.sec2 .img-box img{
	display: none;
}
.sec2 .img-box img.active{
	display: block;
}


@media only screen and (max-width:1024px) {

	.kv .swiper-pagination .swiper-pagination-bullet::after{
		width: 6px;
		height: 6px;
	}
	.kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
		width: 8px;
		height: 8px;
	}

	.sec1{
		padding: 1.5rem 0;
		text-align: center;
	}
	.sec1 h3{
		font-size: 1.125rem;
		margin-bottom: 0.625rem;
	}
	.sec1 .inner{
		-webkit-display: block;
		display: block;
	}
	.sec1 .text-box{
		display: inline-block;
		vertical-align: top;
		width: 92%;
	}
	.sec1 .text-box h5{
		font-size: 0.5625rem;
		padding-bottom: 0.5em;
	}
	.sec1 .text-box p{
		font-size: 0.625rem;
		line-height: 1.6;
		margin: 0.5rem 0 0.75rem;
		max-width: 100%;
	}
	.sec1 .text-box .more{
		font-size: 0.5rem;
		padding-bottom: 0.5em;
		width: 5em;
		margin-bottom: 0.9375rem;
		text-align: left;
		border-bottom: 0 none;
	}
	.sec1 .text-box .more:hover img{
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}
	.sec1 .img-box{
		width: 100%;
	}


	.sec2{
		padding: 1.5rem 0;
	}
	.sec2 .box{
		text-align: center;
		margin-bottom: 3rem;
	}
	.sec2 .box:nth-child(even){
		text-align: center;
	}
	.sec2 .title{
		margin-bottom: 0.3125rem;	
	}
	.sec2 .title h3{
		font-size: 1.125rem;
		margin-bottom: 0.625rem;	
	}
	.sec2 .title p{
		font-size: 0.625rem;
	}
	.sec2 .title p span{
		color: #333;
	}
	.sec2 .flexbox{
		-webkit-display: block;
		display: block;
	}
	.sec2 .text-box{
		text-align: center;
	}
	.sec2 .box:nth-child(odd) .text-box{
		-webkit-display: block;
		display: block;
	}
	.sec2 .box:nth-child(even) .text-box{
		text-align: center;
	}
	.sec2 .text-box .line{
		width: 4.25rem;
		margin: 0 auto;
	}
	.sec2 .text-box p{
		font-size: 0.625rem;
		line-height: 1.8;
		margin: 0.4375rem 0 0.6875rem;
	}
	.sec2 .text-box .more{
		font-size: 0.5rem;
		padding-bottom: 0.5em;
		width: 5em;
		margin-bottom: 1rem;
		border-bottom: 0 none;
	}
	.sec2 .text-box .more:hover img{
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}
	.sec2 .imgselect-box{
		margin-top: 0.9375rem;
	}
	.sec2 .imgselect-box li{
		margin-left: 2.18%;
		width: 31.88%;
	}
	.sec2 .imgselect-box li.active,.sec2 .imgselect-box li:hover{
		border-color: #912922;
	}
	.sec2 .img-box{
		width: 100%;
	}
	.sec2 .img-box.width2{
		width: 100%;	
	}
}